chore(integrations): bump to GoSQLX v1.14.0#509
Conversation
Bumps integration sub-modules to track the v1.14.0 release tag: - integrations/opentelemetry: GoSQLX v1.13.0 -> v1.14.0 Also bumps otel SDK v1.42.0 -> v1.43.0 (CVE-2026-39883 fix) - integrations/gorm: GoSQLX v1.13.0 -> v1.14.0 Both sub-modules use replace directives pointing at ../../ so the version pin only affects published module consumers. Tests pass: - integrations/opentelemetry: go test -race -timeout 60s (PASS) - integrations/gorm: go test -race -timeout 60s (PASS) Follow-up to #508 (v1.14.0 release prep). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Claude finished @ajitpratap0's task —— View job Code Review Complete ✅I've reviewed this PR for code quality, potential bugs, performance considerations, security concerns, and test coverage. Review Checklist
Review SummaryThis is a clean and well-executed dependency bump that follows best practices. The PR appropriately updates integration sub-modules to track the v1.14.0 release while addressing a critical security vulnerability. ✅ StrengthsSecurity
Code Quality
Dependency Management
Testing & Validation
🔍 Technical AnalysisModule Architecture (
|
Summary
Follow-up to PR #508. Bumps the integration sub-modules to track the v1.14.0 release tag (which is now live on main).
Both sub-modules have
replace github.com/ajitpratap0/GoSQLX => ../../directives so the version pin in `require` only matters for published module consumers (`go get github.com/ajitpratap0/GoSQLX/integrations/opentelemetry@v1.14.0`).Changes
Test plan
🤖 Generated with Claude Code